projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fc646c5
)
(clean): Use OBJDIR macro.
author
Karl Heuer
<kwzh@gnu.org>
Tue, 16 Jul 1996 23:23:09 +0000
(23:23 +0000)
committer
Karl Heuer
<kwzh@gnu.org>
Tue, 16 Jul 1996 23:23:09 +0000
(23:23 +0000)
lib-src/makefile.nt
patch
|
blob
|
history
nt/makefile.nt
patch
|
blob
|
history
diff --git
a/lib-src/makefile.nt
b/lib-src/makefile.nt
index 9f86905790610908cae304e3d01dee9ba8f1e09c..a03c8da4373dad74039d6049249ed3fba85999ea 100644
(file)
--- a/
lib-src/makefile.nt
+++ b/
lib-src/makefile.nt
@@
-202,7
+202,7
@@
install: $(INSTALL_FILES)
#
clean:; - $(DEL) *~ *.pdb DOC*
- $(DEL_TREE) deleted
- - $(DEL_TREE)
obj
+ - $(DEL_TREE)
$(OBJDIR)
#
# Headers we would preprocess if we could.
diff --git
a/nt/makefile.nt
b/nt/makefile.nt
index b6208044951b0673f29f502ca2e112a67b0ecf8f..9c34d0ea0f37734d25e4d840f3cd51d11c1f2463 100644
(file)
--- a/
nt/makefile.nt
+++ b/
nt/makefile.nt
@@
-142,7
+142,7
@@
real_install:
CLEAN_CMD = $(MAKE) -f makefile.nt clean
clean:; - $(DEL) *~ *.pdb
- $(DEL_TREE) deleted
- - $(DEL_TREE)
obj
+ - $(DEL_TREE)
$(OBJDIR)
- $(DEL_TREE) ..\bin
- $(DEL) ..\etc\DOC ..\etc\DOC-X
- $(DEL) emacs.bat